home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / Delphi 3.0 / DATA.Z / comobj.inc < prev    next >
Encoding:
Text File  |  1997-01-30  |  805 b   |  22 lines

  1. resourcestring
  2.   SCreateRegKeyError = 'Error creating system registry entry';
  3.   SOleError = 'OLE error %.8x';
  4.   SObjectFactoryMissing = 'Object factory for class %s missing';
  5.   STypeInfoMissing = 'Type information missing for class %s';
  6.   SBadTypeInfo = 'Incorrect type information for class %s';
  7.   SDispIntfMissing = 'Dispatch interface missing from class %s';
  8.   SNoMethod = 'Method ''%s'' not supported by automation object';
  9.   SVarNotObject = 'Variant does not reference an automation object';
  10.   SDCOMNotInstalled = 'DCOM not installed';
  11.  
  12.  
  13. {  SCreateRegKeyError = 62080;
  14.   SOleError = 62081;
  15.   SObjectFactoryMissing = 62082;
  16.   STypeInfoMissing = 62083;
  17.   SBadTypeInfo = 62084;
  18.   SDispIntfMissing = 62085;
  19.   SNoMethod = 62086;
  20.   SVarNotObject = 62087;
  21.   SDCOMNotInstalled = 62088;}
  22.